Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 2cf6e5cc3673b444f3d7314faa7426c98c774324


Parents : ac60825
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-13T17:33:49-05:00

chore(ignore): add *.exe to .dockerignore and .gitignore to exclude executable files

Changes

2 files changed, 5 insertions(+), 1 deletions(-)

M .gitignore +3 -1

Diff

diff --git a/.dockerignore b/.dockerignore
index dd287c89..7df0dc9b 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -91,3 +91,5 @@ blob-report/
/packaging/arch/*.pkg.tar.zst
/packaging/arch/MeshChatX/
/packaging/arch/reticulum-meshchatx/
+
+*.exe
\ No newline at end of file

diff --git a/.gitignore b/.gitignore
index 3c62168d..d026a967 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,4 +101,6 @@ out/
electron/backend-manifest.json
-scripts/private/
\ No newline at end of file
+scripts/private/
+
+*.exe
\ No newline at end of file


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────